home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / Packer / PPCUnACE / Src / pc / dos / dos16.bcc < prev    next >
Text File  |  1999-03-29  |  243b  |  12 lines

  1. SYSTEMNM= DOS
  2. COMPNM  = BORLAND_C
  3. COMP    = bcc
  4. CFLAGS  = -3 -Ox -D$(COMPNM) -D$(SYSTEMNM)
  5.  
  6. MODEL  = l
  7. SYSTEM = DOS16
  8.  
  9. FILES=unace.c uac_sys.c uac_crc.c uac_dcpr.c uac_comm.c uac_crt.c globals.c
  10.  
  11. unace.exe: $(FILES)
  12.     $(COMP) $(CFLAGS) $(FILES)